home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / pcl-cvs / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  864 b   |  27 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'pcl-cvs-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (pcl-cvs-fontify) "pcl-cvs-xemacs" "pcl-cvs/pcl-cvs-xemacs.el")
  5.  
  6. (autoload 'pcl-cvs-fontify "pcl-cvs-xemacs" nil nil nil)
  7.  
  8. ;;;***
  9.  
  10. ;;;### (autoloads (cvs-update-other-window cvs-update) "pcl-cvs" "pcl-cvs/pcl-cvs.el")
  11.  
  12. (autoload 'cvs-update "pcl-cvs" "\
  13. Run a 'cvs update' in the current working directory.  Feed the
  14. output to a *cvs* buffer and run cvs-mode on it.
  15. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil)
  16.  
  17. (autoload 'cvs-update-other-window "pcl-cvs" "\
  18. Run a 'cvs update' in the current working directory.  Feed the
  19. output to a *cvs* buffer, display it in the other window, and run
  20. cvs-mode on it.
  21.  
  22. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil)
  23.  
  24. ;;;***
  25.  
  26. (provide 'pcl-cvs-autoloads)
  27.